home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo.
- echo Welcome to Viewpoint - 3D Datasets
- echo.
- call vpreadme.bat
- echo.
- echo The following are a list of the files capable of running on
- echo any 3D-Modeler or 3D CAD software that are DXF compatible.
- echo.
- echo NOTE: xx = CD Drive (letter)
- echo.
- echo Description of file Location of file
- echo.
- echo 1. 57 Chevy xx:\vie10001\57chevy.dxf
- echo 2. Babe xx:\vie10001\babem.dxf
- echo 3. Sandal xx:\vie10001\sandal.dxf
- echo 4. Shark xx:\vie10001\shark.dxf
- echo 5. Surfboard xx:\vie10001\surfbord.dxf
- echo 6. Helicopter xx:\vie10001\hhin24wh.dxf
- echo 7. Porsche xx:\vie10001\cspid55m.dxf
- echo 8. Scud xx:\vie10001\mscud1h.dxf
- echo 9. 64 T-bird xx:\vie10001\ctbrd64m.dxf
- echo 10. Big Ben xx:\vie10001\lbigbe1m.dxf
- echo 11. Deer Head xx:\vie10001\ideerh1h.dxf
- echo 12. Aircraft xx:\vie10001\pmu2h.dxf
- echo 13. X-plane xx:\vie10001\px30h.dxf
- echo 14. Walley xx:\vie10001\iwaley1h.dxf
- echo 15. Elbow xx:\vie10001\aelbjt1h.dxf
- pause
- cls
- echo.
- echo In order to utilize all the 3D Dataset files, get to a DOS
- echo prompt and follow this example.
- echo.
- echo If your CD-drive is D drive you would type the following:
- echo.
- echo copy d:\vie10001\*.dxf [target location]
- echo.
- echo.
- pause
- cls
- echo.
-
-